home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / TabCell / DarkGrayView.h < prev    next >
Text File  |  1994-08-04  |  109b  |  10 lines

  1. #import <appkit/appkit.h>
  2.  
  3. @interface DarkGrayView : View
  4. {
  5. }
  6.  
  7. - drawSelf:(NXRect *)rects :(int)count;
  8.  
  9. @end
  10.